Package-level declarations
Types
Link copied to clipboard
Empty EventPayload used as the default when no extra data is needed.
Link copied to clipboard
Link copied to clipboard
interface EventPayload
Marker interface implemented by every payload that travels inside an Event. Polymorphic — concrete subclasses are registered in the project-wide serializer module under EventPayload's class.
Link copied to clipboard
Payload of a CREATED event — the brand-new node, in full.
Link copied to clipboard
New pin level after a PIN_CHANGED event.
Link copied to clipboard
New snapshot captured by a DataPoint.
Link copied to clipboard
@Serializable
Identifies the node that just changed and the verb it owns, delivered to every node that lists it as a source with a firing invocationTrigger.
Link copied to clipboard
New lifecycle state after a STATE_CHANGE event.